home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 70 / readme < prev    next >
Text File  |  1985-11-20  |  2KB  |  45 lines

  1.  
  2.     "Little Smalltalk"
  3.  
  4. Atari ST version
  5.  
  6. The port to the Atari ST was done by Dave Clemans, based on the
  7. Amiga port distributed on "Fred Fish" disk #37.
  8.  
  9. The "Little Smalltalk" executable is "st.ttp" in the root directory
  10. of this disk.  To run at all, it also needs the following files:
  11.     \prelude\standard
  12.     \tmp
  13.     \bin\parse.ttp
  14.     \lib
  15. "Little Smalltalk" needs write access to the disk that it runs on.
  16.  
  17. Special notes:
  18.  
  19. The port was done using the "Mark Williams" C compiler.
  20.  
  21. The ")!" command executes commands directly and does not use a shell.
  22. Everything passed to ")!" must therefore be the full pathname of an
  23. executable file, along with any arguments that that program might need.
  24.  
  25. The default editor is "\bin\me.ttp".  Distributed on this disk is a
  26. version of microEmacs from Russ Wetmore; documentation is in \docs\me.doc.
  27. If you don't want to use this editor, you can either place a copy of your
  28. favorite editor in "\bin\me.ttp", or re-compile.
  29.  
  30. Documentation for "Little Smalltalk" is in the file \docs\docs.arc.  This
  31. is an "arc'd" file (to save space) and must be un-"arc'd" to be readable.
  32.  
  33. Cursor positioning primivites are not supported (yet...).  Plotting primitives
  34. are not supported.
  35.  
  36. To re-build, set desired parameters in \src\env.h (particularly pathnames),
  37. and run make.  Once that finishes put st.ttp (Little Smalltalk executable)
  38. wherever you wish.  Then go to \parse and run make, putting the result
  39. "parse.ttp" into the pathname that you specified for it in \src\env.h.
  40. Then go to \prelude and run make.  To re-iterate what was said above,
  41. this disk was built using the "Mark Williams" C compiler package and might
  42. not compile under other packages.  Also, there is not enough free space
  43. on the disk to rebuild a prelude or to compile anything; you'll have to
  44. move things around to re-compile.
  45.